home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / uucp / wcnews_1_0_30.lha / ChangesSince_Rel29 < prev    next >
Text File  |  1993-12-09  |  4KB  |  77 lines

  1. wusel, Fri, 9 Jul 1993 03:31:35 +0200:
  2.  
  3.  - Modified (and tested =:->) the RebuildHistory scripts. Well, it really
  4.    takes an huge amount of time, but it's worth the effort. I've tried my
  5.    best to make the script bullet-proof, but you still SHOULD NOT run it
  6.    via cron: the error recovery in scripts is imho difficult to implement,
  7.    and rebuilding the history needed on my system about 4 MB in T: and also
  8.    some disk space after completition -- RebuildHistory silently EXPECTS
  9.    YOU to have the space it needs, there is NO ERROR RECOVERY!
  10.  
  11. wusel, Tue, 20 Jul 1993 22:30:46 +0200:
  12.  
  13.  - recompiled the dbz-stuff with `#define MAXDBZKEY 1024' instead of the
  14.    former 255; recently there where problems with long IDs, I'll have to
  15.    make some more tests what the real problems is.
  16.  
  17.  - fixactive now always has an output stating how many entires have been
  18.    changed. This is mainly for debugging purposes; doexpire has been al-
  19.    tered to appent fixactive's output to expire.log.
  20.  
  21.  - rnews now start's unbatch not only if given the `-i' switch but also
  22.    when detecting an environment variable `rnews.immed' (contents are
  23.    ignored).
  24.  
  25.  - made again modifications on newsdaily and some other scripts
  26.  
  27.  - hopefully solved the `system-too-fast-for-rnews'-sort of errors by add-
  28.    ing ds.Ticks to the name. (Background: rnews had severe problems when
  29.    the system was fast enough to process more than 1 rnews a second; this
  30.    problems started when the A300 hit the scene, and even after adding
  31.    some kludges, a 50 MHz A3000/040 is too fast and thus able to process
  32.    >100 rnews/second which drove rnews crazy.) Thanks to Ottmar Röhrig for
  33.    suggesting the ds.Ticks-solution -- I simply haven't thought on it :) :(
  34.  
  35. wusel, Sun, 25 Jul 1993 00:28:31 +0200:
  36.  
  37.  - due to problems with WShell, I decided to make rnews NOT use the OS 2.x
  38.    `<>nil:'-redirection feature: on a system of one beta tester who uses
  39.    WShell, rnews simply crashed when asked to run unbatch afterwards (com-
  40.    mand was `system("run <>nil: unbatch");'). This problem vanished after
  41.    replacing the `<' with ` ' ...
  42.    In my opinion it's definetly a flaw of WShell -- or any other tool this
  43.    person may have installed. Hrmpft.
  44.  
  45. wusel, Tue, 27 Jul 1993 23:10:54 +0200:
  46.  
  47.  - changes to relaynews: a Date: too far in the future causes relaynews
  48.    now to fail with an error code (thus the batch will be moved to the
  49.    in.coming/bad/ directory by unbatch). Now logs the articles date in
  50.    local time instead of the former GMT.
  51.  
  52. wusel, Wed, 8 Sep 1993 03:41:27 +0200:
  53.  
  54.  - changes to relay/relaynews.c: rejects any message-id larger than 255
  55.    chars (I changed the DBZMAXKEY back to 255) as proposed by son-of-rfc1036;
  56.    wipes `X-Newsreader:'- and `X-NewsSoftware:'-headers (no real use besides
  57.    advertisement).
  58.  
  59.  - changes to libamiga/shell.c: popen() now uses `poor_child()' as it's
  60.    name, so pipes opened to other programs by newsrun, relaynews and so on
  61.    no longer have their name in the task lists. (I. e. no longer three
  62.    entries of `unbatch' in status' list.)
  63.  
  64. wusel, Thu, 9 Sep 1993 05:12:24 +0200:
  65.  
  66.  - changes to newscontrol/newscontrol.c: better handling in case the new
  67.    active file couln't be written (old one's restored and mail is sent
  68.    to NEWSMASTER). All mail is now sent to NEWSMASTER instead of `post-
  69.    master'.
  70.  
  71. wusel, Thu, 9 Dec 1993 02:37:52 +0100:
  72.  
  73.  - changes to newsrun/newsrun.c: if a file `uunews:in.coming/stop' exists,
  74.    newsrun won't process incoming files. A script similar to `newsrunning'
  75.    has to be written, which will simply create or delete that file ...
  76.  
  77.